home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / code_gen / vbxwzrd / bmpfilm.de@ < prev    next >
Encoding:
Text File  |  1995-02-21  |  591 b   |  16 lines

  1. ;----------------------------------------------------------------------------
  2. ; BmpFilm.def - module definition file for BmpFilm.VBX custom control
  3. ;----------------------------------------------------------------------------
  4.  
  5. LIBRARY         BmpFilm
  6. EXETYPE         WINDOWS
  7. DESCRIPTION     'Visual Basic BmpFilm Custom Control'
  8. CODE            MOVEABLE PRELOAD
  9. DATA            MOVEABLE SINGLE PRELOAD
  10. HEAPSIZE        2048
  11. EXPORTS
  12.         WEP     @1    RESIDENTNAME
  13. SEGMENTS
  14.         WEP_TEXT FIXED
  15. ;----------------------------------------------------------------------------
  16.